Edit Resource: Rename
Format
SCHED / EditResource '<OriginalResourceName>' Rename '<NewName>'
Description
The Rename attribute under EditResource allows you to change the name of a resource (also referred to as ResourceID).
Parameters
| Parameter | Description | 
|---|---|
| NewName | A string of text in single quotes for the Resource to be renamed to. | 
Examples
Rename ResA to ResNameChanged.
SCHED / EditResource 'ResA' Rename 'ResNameChanged'
                            